Skip to content

ci: enable bitgo semantic release flow#76

Merged
mohammadalfaiyazbitgo merged 1 commit into
masterfrom
WP-5314/add-semantic-release-workflow
Jul 21, 2025
Merged

ci: enable bitgo semantic release flow#76
mohammadalfaiyazbitgo merged 1 commit into
masterfrom
WP-5314/add-semantic-release-workflow

Conversation

@mohammadalfaiyazbitgo

Copy link
Copy Markdown
Contributor

Ticket: WP-5314

Ticket: PROJECT-NUMBER

Ticket: WP-5314

Ticket: PROJECT-NUMBER

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR sets up automated semantic release workflow for the project by integrating BitGo's reusable GitHub Actions workflow. The changes enable automatic version bumping, changelog generation, and package publishing based on conventional commit messages.

  • Adds GitHub Actions workflow configuration for semantic release automation
  • Configures Node.js 22.x for linting, testing, and releasing processes
  • Sets up release triggers for multiple branch patterns including master, beta, alpha, and version-specific branches


jobs:
release:
uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3

Copilot AI Jul 21, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a mutable tag 'v3' for the reusable workflow poses a security risk as the referenced workflow could change without notice. Consider pinning to a specific commit SHA or immutable tag for better security and reproducibility.

Suggested change
uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@v3
uses: BitGo/gha-release-typescript-library/.github/workflows/release.yml@<commit-SHA>

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohammadalfaiyazbitgo mohammadalfaiyazbitgo merged commit 933fbfa into master Jul 21, 2025
7 of 8 checks passed
@mohammadalfaiyazbitgo mohammadalfaiyazbitgo deleted the WP-5314/add-semantic-release-workflow branch July 21, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants